From: Jim Blandy Date: Tue, 8 Jun 1993 07:21:54 +0000 (+0000) Subject: * configure.in: Remove extra ;; from hpux cases. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95485 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=602dc898eaad0338633ef2820cb86884ff15c023;p=emacs.git * configure.in: Remove extra ;; from hpux cases. --- diff --git a/configure1.in b/configure1.in index 30cfb321170..bf23d19013d 100755 --- a/configure1.in +++ b/configure1.in @@ -559,13 +559,13 @@ case "${configuration}" in ## HP 9000 series 700 and 800, running HP/UX hppa*-hp-hpux7* ) - machine=hp9000s800 opsys=hpux ;; + machine=hp9000s800 opsys=hpux ;; hppa*-hp-hpux8* ) - machine=hp9000s800 opsys=hpux8 ;; + machine=hp9000s800 opsys=hpux8 ;; hppa*-hp-hpux9* ) - machine=hp9000s800 opsys=hpux9 ;; + machine=hp9000s800 opsys=hpux9 ;; ## HP 9000 series 700 and 800, running HP/UX